CollectClassNamesFromSubtreeResponse
data class CollectClassNamesFromSubtreeResponse(classNames: List<String>)
Content copied to clipboard
Represents response frame that is returned from DOM#collectClassNamesFromSubtree operation call. Collects class names for the node with given id and all of it's child nodes.